home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Amiga_Misc / Docs / README < prev    next >
Text File  |  1998-11-12  |  2KB  |  89 lines

  1.  
  2. This  directory  contains  Amiga specific documentation.  First consult the
  3. regular Python documentation (available from http://www.python.org) on the
  4. required subjects.
  5.  
  6.  
  7. IMPORTANT FILES:
  8. ~~~~~~~~~~~~~~~~
  9. Dos_module, ARexx_module.
  10. They contain the documentation on the new Amiga-specific modules.
  11.  
  12.  
  13.  
  14. FILE            CONTAINS SUBJECT
  15. ~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
  16. general            module search path
  17.             module filename case sensitivity
  18.             Amiga specific modules
  19.             posix replacements
  20.             networking support
  21.             timezones
  22.             sys.platform
  23.             modifying library files
  24.             source code
  25.             other files
  26.             Workbench startup
  27.  
  28. amigapath_module    amigapath module
  29.             os.path
  30.  
  31. amiga_module        amiga module
  32.             os module
  33.             filesystem link support
  34.             environment vars
  35.  
  36. Dos_module        Dos module
  37.             Doslib module
  38.             ArgParser class
  39.  
  40. ARexx_module        ARexx module
  41.             ARexxll module
  42.  
  43. environment_module    environment module
  44.             
  45. os_module        os module
  46.             os.path
  47.  
  48. other            select module
  49.             urllib module
  50.             urlop module
  51.             time module
  52.             time module
  53.             tempfile module
  54.  
  55.  
  56.  
  57.  
  58.  
  59. WHAT SUBJECT        WHERE CAN IT BE FOUND (FILE)
  60. ~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  61. amigapath module    amigapath_module
  62. os.path            amigapath_module, os_module
  63. amiga module        amiga_module
  64. os module        os_module, amiga_module
  65. environment        environment_module, amiga_module
  66. filesystem links    amiga_module
  67. select module        other
  68. urllib module        other
  69. urlop module        other
  70. time module        other
  71. tempfile module        other
  72. Dos module        Dos_module
  73. Doslib module        Dos_module
  74. ArgParser class        Dos_module
  75. ARexx module        ARexx_module
  76. ARexxll module        ARexx_module
  77.  
  78. module search path    general
  79. module case sensitivity    general
  80. Amiga specific modules    general
  81. posix replacements    general
  82. networking support    general
  83. timezones        general
  84. sys.platform        general
  85. modifying library files    general
  86. source code        general
  87. other files        general
  88. Workbench startup    general
  89.